home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / status_update < prev    next >
Encoding:
Text File  |  2001-03-21  |  437 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]status_update [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the status bar of a visible window
  6.    **in dumb mode** is updated.
  7.  
  8. Parameters:
  9.    $0    Refnum of the window whose status bar was updated
  10.    $1    Which status bar has changed, 0 or 1
  11.    $2-   The actual status bar that has been updated
  12.  
  13. See Also:
  14.    set(5) status_double; set(5) status_format.
  15.  
  16.